home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / photo / Setup.exe / {app} / PhotoMeister.exe / 0 / RCDATA / TFPREVIEWS / TFPREVIEWS.txt
Encoding:
Text File  |  2002-06-17  |  39.6 KB  |  1,723 lines

  1. object fPreviews: TfPreviews
  2.   Left = 876
  3.   Top = 469
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Previews'
  7.   ClientHeight = 390
  8.   ClientWidth = 521
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 1
  25.     Width = 37
  26.     Height = 13
  27.     Caption = 'Source:'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 231
  31.     Top = 1
  32.     Width = 33
  33.     Height = 13
  34.     Caption = 'Result:'
  35.   end
  36.   object SpeedButton1: TSpeedButton
  37.     Left = 432
  38.     Top = 109
  39.     Width = 25
  40.     Height = 25
  41.     Hint = 'Lock preview'
  42.     AllowAllUp = True
  43.     GroupIndex = 2
  44.     Down = True
  45.     Glyph.Data = {
  46.       76010000424D7601000000000000760000002800000020000000100000000100
  47.       0400000000000001000000000000000000001000000010000000000000000000
  48.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  49.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000003
  50.       333333333F777773FF333333008888800333333377333F3773F3333077870787
  51.       7033333733337F33373F3308888707888803337F33337F33337F330777880887
  52.       7703337F33337FF3337F3308888000888803337F333777F3337F330777700077
  53.       7703337F33377733337FB3088888888888033373FFFFFFFFFF733B3000000000
  54.       0033333777777777773333BBBB3333080333333333F3337F7F33BBBB707BB308
  55.       03333333373F337F7F3333BB08033308033333337F7F337F7F333B3B08033308
  56.       033333337F73FF737F33B33B778000877333333373F777337333333B30888880
  57.       33333333373FFFF73333333B3300000333333333337777733333}
  58.     NumGlyphs = 2
  59.     ParentShowHint = False
  60.     ShowHint = True
  61.     Visible = False
  62.     OnClick = SpeedButton1Click
  63.   end
  64.   object Button1: TButton
  65.     Left = 432
  66.     Top = 15
  67.     Width = 87
  68.     Height = 23
  69.     Caption = 'OK'
  70.     Default = True
  71.     ModalResult = 1
  72.     TabOrder = 0
  73.     OnClick = Button1Click
  74.   end
  75.   object Button2: TButton
  76.     Left = 432
  77.     Top = 44
  78.     Width = 87
  79.     Height = 23
  80.     Cancel = True
  81.     Caption = 'Cancel'
  82.     ModalResult = 2
  83.     TabOrder = 1
  84.   end
  85.   object PageControl1: TPageControl
  86.     Left = 8
  87.     Top = 161
  88.     Width = 420
  89.     Height = 225
  90.     ActivePage = TabSheet4
  91.     HotTrack = True
  92.     TabOrder = 2
  93.     TabPosition = tpBottom
  94.     OnChange = PageControl1Change
  95.     object TabSheet1: TTabSheet
  96.       Tag = 1
  97.       Caption = 'Contrast'
  98.       object Label3: TLabel
  99.         Left = 8
  100.         Top = 12
  101.         Width = 42
  102.         Height = 13
  103.         Caption = '&Contrast:'
  104.         FocusControl = Edit1
  105.       end
  106.       object Label22: TLabel
  107.         Left = 8
  108.         Top = 52
  109.         Width = 52
  110.         Height = 13
  111.         Caption = '&Brightness:'
  112.         FocusControl = Edit21
  113.       end
  114.       object Edit1: TEdit
  115.         Left = 69
  116.         Top = 9
  117.         Width = 33
  118.         Height = 21
  119.         TabOrder = 0
  120.         Text = '0'
  121.         OnChange = Edit1Change
  122.       end
  123.       object TrackBar1: TTrackBar
  124.         Left = 104
  125.         Top = 6
  126.         Width = 275
  127.         Height = 18
  128.         Max = 100
  129.         Min = -100
  130.         Orientation = trHorizontal
  131.         Frequency = 10
  132.         Position = 0
  133.         SelEnd = 0
  134.         SelStart = 0
  135.         TabOrder = 1
  136.         TickMarks = tmBottomRight
  137.         TickStyle = tsAuto
  138.         OnChange = TrackBar1Change
  139.       end
  140.       object Edit21: TEdit
  141.         Left = 69
  142.         Top = 49
  143.         Width = 33
  144.         Height = 21
  145.         TabOrder = 2
  146.         Text = '0'
  147.         OnChange = Edit1Change
  148.       end
  149.       object TrackBar12: TTrackBar
  150.         Left = 104
  151.         Top = 46
  152.         Width = 275
  153.         Height = 18
  154.         Max = 100
  155.         Min = -100
  156.         Orientation = trHorizontal
  157.         Frequency = 10
  158.         Position = 0
  159.         SelEnd = 0
  160.         SelStart = 0
  161.         TabOrder = 3
  162.         TickMarks = tmBottomRight
  163.         TickStyle = tsAuto
  164.         OnChange = TrackBar1Change
  165.       end
  166.     end
  167.     object TabSheet5: TTabSheet
  168.       Tag = 5
  169.       Caption = 'HSV'
  170.       object Label10: TLabel
  171.         Left = 8
  172.         Top = 12
  173.         Width = 40
  174.         Height = 13
  175.         Caption = '&Hue (H):'
  176.         FocusControl = Edit19
  177.       end
  178.       object Label11: TLabel
  179.         Left = 8
  180.         Top = 40
  181.         Width = 67
  182.         Height = 13
  183.         Caption = '&Saturation (S):'
  184.         FocusControl = Edit18
  185.       end
  186.       object Label12: TLabel
  187.         Left = 8
  188.         Top = 68
  189.         Width = 46
  190.         Height = 13
  191.         Caption = '&Value (V):'
  192.         FocusControl = Edit17
  193.       end
  194.       object Label13: TLabel
  195.         Left = 11
  196.         Top = 96
  197.         Width = 53
  198.         Height = 13
  199.         Caption = 'Base color:'
  200.         ParentShowHint = False
  201.         ShowHint = True
  202.       end
  203.       object Label14: TLabel
  204.         Left = 156
  205.         Top = 96
  206.         Width = 51
  207.         Height = 13
  208.         Caption = 'New color:'
  209.       end
  210.       object Edit17: TEdit
  211.         Left = 92
  212.         Top = 65
  213.         Width = 33
  214.         Height = 21
  215.         TabOrder = 2
  216.         Text = '0'
  217.         OnChange = Edit19Change
  218.       end
  219.       object Edit18: TEdit
  220.         Left = 92
  221.         Top = 37
  222.         Width = 33
  223.         Height = 21
  224.         TabOrder = 1
  225.         Text = '0'
  226.         OnChange = Edit19Change
  227.       end
  228.       object Edit19: TEdit
  229.         Left = 92
  230.         Top = 9
  231.         Width = 33
  232.         Height = 21
  233.         TabOrder = 0
  234.         Text = '0'
  235.         OnChange = Edit19Change
  236.       end
  237.       object TrackBar9: TTrackBar
  238.         Left = 128
  239.         Top = 6
  240.         Width = 285
  241.         Height = 18
  242.         Max = 180
  243.         Min = -180
  244.         Orientation = trHorizontal
  245.         Frequency = 10
  246.         Position = 0
  247.         SelEnd = 0
  248.         SelStart = 0
  249.         TabOrder = 3
  250.         TickMarks = tmBottomRight
  251.         TickStyle = tsAuto
  252.         OnChange = TrackBar9Change
  253.       end
  254.       object TrackBar10: TTrackBar
  255.         Left = 128
  256.         Top = 34
  257.         Width = 285
  258.         Height = 18
  259.         Max = 100
  260.         Min = -100
  261.         Orientation = trHorizontal
  262.         Frequency = 10
  263.         Position = 0
  264.         SelEnd = 0
  265.         SelStart = 0
  266.         TabOrder = 4
  267.         TickMarks = tmBottomRight
  268.         TickStyle = tsAuto
  269.         OnChange = TrackBar9Change
  270.       end
  271.       object TrackBar11: TTrackBar
  272.         Left = 128
  273.         Top = 62
  274.         Width = 285
  275.         Height = 18
  276.         Max = 100
  277.         Min = -100
  278.         Orientation = trHorizontal
  279.         Frequency = 10
  280.         Position = 0
  281.         SelEnd = 0
  282.         SelStart = 0
  283.         TabOrder = 5
  284.         TickMarks = tmBottomRight
  285.         TickStyle = tsAuto
  286.         OnChange = TrackBar9Change
  287.       end
  288.       object Panel3: TPanel
  289.         Left = 9
  290.         Top = 113
  291.         Width = 97
  292.         Height = 59
  293.         BevelOuter = bvLowered
  294.         TabOrder = 6
  295.         object HSVBox3: THSVBox
  296.           Left = 1
  297.           Top = 1
  298.           Width = 95
  299.           Height = 57
  300.           OnChange = HSVBox3Change
  301.           Align = alClient
  302.         end
  303.       end
  304.       object Panel4: TPanel
  305.         Left = 155
  306.         Top = 113
  307.         Width = 98
  308.         Height = 60
  309.         BevelOuter = bvLowered
  310.         TabOrder = 7
  311.         object HSVBox1: THSVBox
  312.           Left = 1
  313.           Top = 1
  314.           Width = 96
  315.           Height = 58
  316.           OnChange = HSVBox3Change
  317.           Align = alClient
  318.         end
  319.       end
  320.     end
  321.     object TabSheet2: TTabSheet
  322.       Tag = 2
  323.       Caption = 'HSL'
  324.       object Label4: TLabel
  325.         Left = 8
  326.         Top = 12
  327.         Width = 40
  328.         Height = 13
  329.         Caption = '&Hue (H):'
  330.         FocusControl = Edit4
  331.       end
  332.       object Label5: TLabel
  333.         Left = 8
  334.         Top = 44
  335.         Width = 67
  336.         Height = 13
  337.         Caption = '&Saturation (S):'
  338.         FocusControl = Edit2
  339.       end
  340.       object Label6: TLabel
  341.         Left = 8
  342.         Top = 76
  343.         Width = 67
  344.         Height = 13
  345.         Caption = '&Luminosity (L):'
  346.         FocusControl = Edit3
  347.       end
  348.       object Edit3: TEdit
  349.         Left = 101
  350.         Top = 73
  351.         Width = 33
  352.         Height = 21
  353.         TabOrder = 2
  354.         Text = '0'
  355.         OnChange = Edit4Change
  356.       end
  357.       object Edit2: TEdit
  358.         Left = 101
  359.         Top = 41
  360.         Width = 33
  361.         Height = 21
  362.         TabOrder = 1
  363.         Text = '0'
  364.         OnChange = Edit4Change
  365.       end
  366.       object Edit4: TEdit
  367.         Left = 101
  368.         Top = 9
  369.         Width = 33
  370.         Height = 21
  371.         TabOrder = 0
  372.         Text = '0'
  373.         OnChange = Edit4Change
  374.       end
  375.       object TrackBar2: TTrackBar
  376.         Left = 136
  377.         Top = 6
  378.         Width = 275
  379.         Height = 18
  380.         Max = 180
  381.         Min = -180
  382.         Orientation = trHorizontal
  383.         Frequency = 10
  384.         Position = 0
  385.         SelEnd = 0
  386.         SelStart = 0
  387.         TabOrder = 3
  388.         TickMarks = tmBottomRight
  389.         TickStyle = tsAuto
  390.         OnChange = TrackBar2Change
  391.       end
  392.       object TrackBar3: TTrackBar
  393.         Left = 136
  394.         Top = 38
  395.         Width = 275
  396.         Height = 18
  397.         Max = 100
  398.         Min = -100
  399.         Orientation = trHorizontal
  400.         Frequency = 10
  401.         Position = 0
  402.         SelEnd = 0
  403.         SelStart = 0
  404.         TabOrder = 4
  405.         TickMarks = tmBottomRight
  406.         TickStyle = tsAuto
  407.         OnChange = TrackBar2Change
  408.       end
  409.       object TrackBar5: TTrackBar
  410.         Left = 136
  411.         Top = 70
  412.         Width = 275
  413.         Height = 18
  414.         Max = 100
  415.         Min = -100
  416.         Orientation = trHorizontal
  417.         Frequency = 10
  418.         Position = 0
  419.         SelEnd = 0
  420.         SelStart = 0
  421.         TabOrder = 5
  422.         TickMarks = tmBottomRight
  423.         TickStyle = tsAuto
  424.         OnChange = TrackBar2Change
  425.       end
  426.     end
  427.     object TabSheet3: TTabSheet
  428.       Tag = 3
  429.       Caption = 'RGB'
  430.       object Label7: TLabel
  431.         Left = 8
  432.         Top = 12
  433.         Width = 40
  434.         Height = 13
  435.         Caption = '&Red (R):'
  436.         FocusControl = Edit7
  437.       end
  438.       object Label8: TLabel
  439.         Left = 8
  440.         Top = 44
  441.         Width = 49
  442.         Height = 13
  443.         Caption = '&Green (G):'
  444.         FocusControl = Edit6
  445.       end
  446.       object Label9: TLabel
  447.         Left = 8
  448.         Top = 76
  449.         Width = 40
  450.         Height = 13
  451.         Caption = '&Blue (B):'
  452.         FocusControl = Edit5
  453.       end
  454.       object Edit5: TEdit
  455.         Left = 72
  456.         Top = 73
  457.         Width = 33
  458.         Height = 21
  459.         TabOrder = 2
  460.         Text = '0'
  461.         OnChange = Edit7Change
  462.       end
  463.       object Edit6: TEdit
  464.         Left = 72
  465.         Top = 41
  466.         Width = 33
  467.         Height = 21
  468.         TabOrder = 1
  469.         Text = '0'
  470.         OnChange = Edit7Change
  471.       end
  472.       object Edit7: TEdit
  473.         Left = 72
  474.         Top = 9
  475.         Width = 33
  476.         Height = 21
  477.         TabOrder = 0
  478.         Text = '0'
  479.         OnChange = Edit7Change
  480.       end
  481.       object TrackBar6: TTrackBar
  482.         Left = 107
  483.         Top = 6
  484.         Width = 275
  485.         Height = 18
  486.         Max = 255
  487.         Min = -255
  488.         Orientation = trHorizontal
  489.         Frequency = 10
  490.         Position = 0
  491.         SelEnd = 0
  492.         SelStart = 0
  493.         TabOrder = 3
  494.         TickMarks = tmBottomRight
  495.         TickStyle = tsAuto
  496.         OnChange = TrackBar6Change
  497.       end
  498.       object TrackBar7: TTrackBar
  499.         Left = 107
  500.         Top = 38
  501.         Width = 275
  502.         Height = 18
  503.         Max = 255
  504.         Min = -255
  505.         Orientation = trHorizontal
  506.         Frequency = 10
  507.         Position = 0
  508.         SelEnd = 0
  509.         SelStart = 0
  510.         TabOrder = 4
  511.         TickMarks = tmBottomRight
  512.         TickStyle = tsAuto
  513.         OnChange = TrackBar6Change
  514.       end
  515.       object TrackBar8: TTrackBar
  516.         Left = 107
  517.         Top = 70
  518.         Width = 275
  519.         Height = 18
  520.         Max = 255
  521.         Min = -255
  522.         Orientation = trHorizontal
  523.         Frequency = 10
  524.         Position = 0
  525.         SelEnd = 0
  526.         SelStart = 0
  527.         TabOrder = 5
  528.         TickMarks = tmBottomRight
  529.         TickStyle = tsAuto
  530.         OnChange = TrackBar6Change
  531.       end
  532.     end
  533.     object TabSheet4: TTabSheet
  534.       Tag = 4
  535.       Caption = 'User filter'
  536.       object GroupBox1: TGroupBox
  537.         Left = 248
  538.         Top = 24
  539.         Width = 269
  540.         Height = 149
  541.         Caption = ' Filter values'
  542.         TabOrder = 0
  543.         Visible = False
  544.         object Label15: TLabel
  545.           Left = 206
  546.           Top = 32
  547.           Width = 35
  548.           Height = 13
  549.           Caption = 'Divisor:'
  550.         end
  551.         object Edit8: TEdit
  552.           Left = 8
  553.           Top = 19
  554.           Width = 33
  555.           Height = 21
  556.           TabOrder = 0
  557.           Text = '0'
  558.           OnChange = Edit8Change
  559.         end
  560.         object Edit9: TEdit
  561.           Tag = 3
  562.           Left = 8
  563.           Top = 46
  564.           Width = 33
  565.           Height = 21
  566.           TabOrder = 1
  567.           Text = '0'
  568.           OnChange = Edit8Change
  569.         end
  570.         object Edit10: TEdit
  571.           Tag = 6
  572.           Left = 8
  573.           Top = 73
  574.           Width = 33
  575.           Height = 21
  576.           TabOrder = 2
  577.           Text = '0'
  578.           OnChange = Edit8Change
  579.         end
  580.         object Edit11: TEdit
  581.           Tag = 1
  582.           Left = 75
  583.           Top = 19
  584.           Width = 33
  585.           Height = 21
  586.           TabOrder = 3
  587.           Text = '0'
  588.           OnChange = Edit8Change
  589.         end
  590.         object Edit12: TEdit
  591.           Tag = 4
  592.           Left = 75
  593.           Top = 46
  594.           Width = 33
  595.           Height = 21
  596.           TabOrder = 4
  597.           Text = '1'
  598.           OnChange = Edit8Change
  599.         end
  600.         object Edit13: TEdit
  601.           Tag = 7
  602.           Left = 75
  603.           Top = 73
  604.           Width = 33
  605.           Height = 21
  606.           TabOrder = 5
  607.           Text = '0'
  608.           OnChange = Edit8Change
  609.         end
  610.         object Edit14: TEdit
  611.           Tag = 2
  612.           Left = 142
  613.           Top = 19
  614.           Width = 33
  615.           Height = 21
  616.           TabOrder = 6
  617.           Text = '0'
  618.           OnChange = Edit8Change
  619.         end
  620.         object Edit15: TEdit
  621.           Tag = 5
  622.           Left = 142
  623.           Top = 46
  624.           Width = 33
  625.           Height = 21
  626.           TabOrder = 7
  627.           Text = '0'
  628.           OnChange = Edit8Change
  629.         end
  630.         object Edit16: TEdit
  631.           Tag = 8
  632.           Left = 142
  633.           Top = 73
  634.           Width = 33
  635.           Height = 21
  636.           TabOrder = 8
  637.           Text = '0'
  638.           OnChange = Edit8Change
  639.         end
  640.         object UpDown1: TUpDown
  641.           Left = 41
  642.           Top = 19
  643.           Width = 15
  644.           Height = 21
  645.           Associate = Edit8
  646.           Min = -100
  647.           Position = 0
  648.           TabOrder = 10
  649.           Thousands = False
  650.           Wrap = False
  651.         end
  652.         object UpDown2: TUpDown
  653.           Left = 41
  654.           Top = 46
  655.           Width = 15
  656.           Height = 21
  657.           Associate = Edit9
  658.           Min = -100
  659.           Position = 0
  660.           TabOrder = 11
  661.           Thousands = False
  662.           Wrap = False
  663.         end
  664.         object UpDown3: TUpDown
  665.           Left = 41
  666.           Top = 73
  667.           Width = 15
  668.           Height = 21
  669.           Associate = Edit10
  670.           Min = -100
  671.           Position = 0
  672.           TabOrder = 12
  673.           Thousands = False
  674.           Wrap = False
  675.         end
  676.         object UpDown4: TUpDown
  677.           Left = 108
  678.           Top = 19
  679.           Width = 15
  680.           Height = 21
  681.           Associate = Edit11
  682.           Min = -100
  683.           Position = 0
  684.           TabOrder = 13
  685.           Thousands = False
  686.           Wrap = False
  687.         end
  688.         object UpDown5: TUpDown
  689.           Left = 108
  690.           Top = 46
  691.           Width = 15
  692.           Height = 21
  693.           Associate = Edit12
  694.           Min = -100
  695.           Position = 1
  696.           TabOrder = 14
  697.           Thousands = False
  698.           Wrap = False
  699.         end
  700.         object UpDown6: TUpDown
  701.           Left = 108
  702.           Top = 73
  703.           Width = 15
  704.           Height = 21
  705.           Associate = Edit13
  706.           Min = -100
  707.           Position = 0
  708.           TabOrder = 15
  709.           Thousands = False
  710.           Wrap = False
  711.         end
  712.         object UpDown7: TUpDown
  713.           Left = 175
  714.           Top = 19
  715.           Width = 15
  716.           Height = 21
  717.           Associate = Edit14
  718.           Min = -100
  719.           Position = 0
  720.           TabOrder = 16
  721.           Thousands = False
  722.           Wrap = False
  723.         end
  724.         object UpDown8: TUpDown
  725.           Left = 175
  726.           Top = 46
  727.           Width = 15
  728.           Height = 21
  729.           Associate = Edit15
  730.           Min = -100
  731.           Position = 0
  732.           TabOrder = 17
  733.           Thousands = False
  734.           Wrap = False
  735.         end
  736.         object UpDown9: TUpDown
  737.           Left = 175
  738.           Top = 73
  739.           Width = 15
  740.           Height = 21
  741.           Associate = Edit16
  742.           Min = -100
  743.           Position = 0
  744.           TabOrder = 18
  745.           Thousands = False
  746.           Wrap = False
  747.         end
  748.         object Button4: TButton
  749.           Left = 8
  750.           Top = 112
  751.           Width = 70
  752.           Height = 21
  753.           Caption = '&Load'
  754.           TabOrder = 19
  755.           OnClick = Button4Click
  756.         end
  757.         object Button5: TButton
  758.           Left = 88
  759.           Top = 112
  760.           Width = 70
  761.           Height = 21
  762.           Caption = '&Save'
  763.           TabOrder = 20
  764.           OnClick = Button5Click
  765.         end
  766.         object Edit20: TEdit
  767.           Tag = 9
  768.           Left = 206
  769.           Top = 46
  770.           Width = 33
  771.           Height = 21
  772.           TabOrder = 9
  773.           Text = '0'
  774.           OnChange = Edit8Change
  775.         end
  776.         object UpDown10: TUpDown
  777.           Left = 239
  778.           Top = 46
  779.           Width = 15
  780.           Height = 21
  781.           Associate = Edit20
  782.           Min = -100
  783.           Position = 0
  784.           TabOrder = 21
  785.           Thousands = False
  786.           Wrap = False
  787.         end
  788.       end
  789.       object GroupBox3: TGroupBox
  790.         Left = 8
  791.         Top = 8
  792.         Width = 389
  793.         Height = 149
  794.         Caption = ' Presets'
  795.         TabOrder = 1
  796.         object ListBox1: TListBox
  797.           Left = 8
  798.           Top = 18
  799.           Width = 373
  800.           Height = 127
  801.           ItemHeight = 13
  802.           Items.Strings = (
  803.             'No Filter'
  804.             'Blur'
  805.             'Find Edges'
  806.             'Emboss'
  807.             'Sharpen 1'
  808.             'Shapren 2'
  809.             'Sharpen 3'
  810.             'Unsharpen 1'
  811.             'Unsharpen 2')
  812.           TabOrder = 0
  813.           OnClick = ListBox1Click
  814.         end
  815.       end
  816.     end
  817.     object TabSheet6: TTabSheet
  818.       Tag = 6
  819.       Caption = 'Equalization'
  820.       object Label16: TLabel
  821.         Left = 8
  822.         Top = 144
  823.         Width = 6
  824.         Height = 13
  825.         Caption = '0'
  826.       end
  827.       object Label17: TLabel
  828.         Left = 280
  829.         Top = 144
  830.         Width = 18
  831.         Height = 13
  832.         Caption = '255'
  833.       end
  834.       object Label18: TLabel
  835.         Left = 120
  836.         Top = 144
  837.         Width = 47
  838.         Height = 13
  839.         Caption = 'Threshold'
  840.       end
  841.       object Label19: TLabel
  842.         Left = 120
  843.         Top = 0
  844.         Width = 57
  845.         Height = 13
  846.         Caption = 'Equalization'
  847.       end
  848.       object Label20: TLabel
  849.         Left = 8
  850.         Top = 1
  851.         Width = 6
  852.         Height = 13
  853.         Caption = '0'
  854.       end
  855.       object Label21: TLabel
  856.         Left = 280
  857.         Top = 1
  858.         Width = 18
  859.         Height = 13
  860.         Caption = '255'
  861.       end
  862.       object SpeedButton3: TSpeedButton
  863.         Left = 326
  864.         Top = 115
  865.         Width = 73
  866.         Height = 25
  867.         AllowAllUp = True
  868.         GroupIndex = 1
  869.         Caption = 'Equalize'
  870.         OnClick = SpeedButton3Click
  871.       end
  872.       object Panel5: TPanel
  873.         Left = 8
  874.         Top = 16
  875.         Width = 293
  876.         Height = 123
  877.         BevelOuter = bvNone
  878.         BorderStyle = bsSingle
  879.         TabOrder = 0
  880.         object RulerBox2: TRulerBox
  881.           Left = 0
  882.           Top = 0
  883.           Width = 289
  884.           Height = 13
  885.           Background = clSilver
  886.           GripsDir = gdDown
  887.           Ruler = False
  888.           DotPerUnit = 1.133333333333333000
  889.           Frequency = 16.000000000000000000
  890.           LabelFreq = 32.000000000000000000
  891.           RulerColor = clGray
  892.           ViewMax = 255.000000000000000000
  893.           OnRulerPosChange = RulerBox2RulerPosChange
  894.           FitInView = True
  895.           GripsCount = 2
  896.           Align = alTop
  897.         end
  898.         object RulerBox1: TRulerBox
  899.           Left = 0
  900.           Top = 87
  901.           Width = 289
  902.           Height = 32
  903.           Background = clSilver
  904.           DotPerUnit = 1.133333333333330000
  905.           Frequency = 16.000000000000000000
  906.           LabelFreq = 32.000000000000000000
  907.           RulerColor = clSilver
  908.           ViewMax = 255.000000000000000000
  909.           OnRulerPosChange = RulerBox1RulerPosChange
  910.           GripsCount = 2
  911.           Align = alBottom
  912.         end
  913.         object HistogramBox1: THistogramBox
  914.           Left = 0
  915.           Top = 14
  916.           Width = 289
  917.           Height = 67
  918.           AttachedImageEnProc = ImageEnProc1
  919.           Background = clSilver
  920.           Labels = []
  921.         end
  922.       end
  923.       object GroupBox4: TGroupBox
  924.         Left = 325
  925.         Top = 10
  926.         Width = 74
  927.         Height = 88
  928.         Caption = ' Histogram '
  929.         TabOrder = 1
  930.         object CheckListBox1: TCheckListBox
  931.           Left = 8
  932.           Top = 21
  933.           Width = 57
  934.           Height = 56
  935.           BorderStyle = bsNone
  936.           Color = clBtnFace
  937.           Ctl3D = True
  938.           ItemHeight = 13
  939.           Items.Strings = (
  940.             'Red'
  941.             'Green'
  942.             'Blue'
  943.             'Gray')
  944.           ParentCtl3D = False
  945.           TabOrder = 0
  946.           OnClick = CheckListBox1Click
  947.         end
  948.       end
  949.     end
  950.     object TabSheet7: TTabSheet
  951.       Tag = 7
  952.       Caption = 'Bump map'
  953.       object Label25: TLabel
  954.         Left = 16
  955.         Top = 144
  956.         Width = 125
  957.         Height = 13
  958.         Caption = 'Source image quantity (%):'
  959.       end
  960.       object GroupBox2: TGroupBox
  961.         Left = 8
  962.         Top = 8
  963.         Width = 287
  964.         Height = 118
  965.         Caption = ' Light '
  966.         TabOrder = 0
  967.         object Label23: TLabel
  968.           Left = 8
  969.           Top = 70
  970.           Width = 31
  971.           Height = 13
  972.           Caption = 'Width:'
  973.         end
  974.         object Label24: TLabel
  975.           Left = 8
  976.           Top = 95
  977.           Width = 34
  978.           Height = 13
  979.           Caption = 'Height:'
  980.         end
  981.         object Label26: TLabel
  982.           Left = 144
  983.           Top = 16
  984.           Width = 27
  985.           Height = 13
  986.           Caption = 'Color:'
  987.         end
  988.         object Label27: TLabel
  989.           Left = 8
  990.           Top = 22
  991.           Width = 21
  992.           Height = 13
  993.           Caption = 'Left:'
  994.         end
  995.         object Label28: TLabel
  996.           Left = 8
  997.           Top = 46
  998.           Width = 22
  999.           Height = 13
  1000.           Caption = 'Top:'
  1001.         end
  1002.         object Panel1: TPanel
  1003.           Left = 143
  1004.           Top = 34
  1005.           Width = 134
  1006.           Height = 77
  1007.           BevelOuter = bvLowered
  1008.           TabOrder = 0
  1009.           object HSVBox2: THSVBox
  1010.             Left = 1
  1011.             Top = 1
  1012.             Width = 132
  1013.             Height = 75
  1014.             OnChange = HSVBox2Change
  1015.             Align = alClient
  1016.           end
  1017.         end
  1018.         object Edit22: TEdit
  1019.           Left = 64
  1020.           Top = 19
  1021.           Width = 41
  1022.           Height = 21
  1023.           TabOrder = 1
  1024.           Text = '0'
  1025.           OnChange = Edit22Change
  1026.         end
  1027.         object UpDown11: TUpDown
  1028.           Left = 105
  1029.           Top = 19
  1030.           Width = 15
  1031.           Height = 21
  1032.           Associate = Edit22
  1033.           Min = 0
  1034.           Max = 32767
  1035.           Increment = 10
  1036.           Position = 0
  1037.           TabOrder = 2
  1038.           Thousands = False
  1039.           Wrap = False
  1040.         end
  1041.         object UpDown12: TUpDown
  1042.           Left = 105
  1043.           Top = 43
  1044.           Width = 15
  1045.           Height = 21
  1046.           Associate = Edit23
  1047.           Min = 0
  1048.           Max = 32767
  1049.           Increment = 10
  1050.           Position = 0
  1051.           TabOrder = 3
  1052.           Thousands = False
  1053.           Wrap = False
  1054.         end
  1055.         object Edit23: TEdit
  1056.           Left = 64
  1057.           Top = 43
  1058.           Width = 41
  1059.           Height = 21
  1060.           TabOrder = 4
  1061.           Text = '0'
  1062.           OnChange = Edit22Change
  1063.         end
  1064.         object Edit24: TEdit
  1065.           Left = 64
  1066.           Top = 67
  1067.           Width = 41
  1068.           Height = 21
  1069.           TabOrder = 5
  1070.           Text = '0'
  1071.           OnChange = Edit22Change
  1072.         end
  1073.         object UpDown13: TUpDown
  1074.           Left = 105
  1075.           Top = 67
  1076.           Width = 15
  1077.           Height = 21
  1078.           Associate = Edit24
  1079.           Min = 0
  1080.           Max = 32767
  1081.           Increment = 10
  1082.           Position = 0
  1083.           TabOrder = 6
  1084.           Thousands = False
  1085.           Wrap = False
  1086.         end
  1087.         object Edit25: TEdit
  1088.           Left = 64
  1089.           Top = 91
  1090.           Width = 41
  1091.           Height = 21
  1092.           TabOrder = 7
  1093.           Text = '0'
  1094.           OnChange = Edit22Change
  1095.         end
  1096.         object UpDown14: TUpDown
  1097.           Left = 105
  1098.           Top = 91
  1099.           Width = 15
  1100.           Height = 21
  1101.           Associate = Edit25
  1102.           Min = 0
  1103.           Max = 32767
  1104.           Increment = 10
  1105.           Position = 0
  1106.           TabOrder = 8
  1107.           Thousands = False
  1108.           Wrap = False
  1109.         end
  1110.       end
  1111.       object Edit26: TEdit
  1112.         Left = 187
  1113.         Top = 141
  1114.         Width = 32
  1115.         Height = 21
  1116.         TabOrder = 1
  1117.         Text = '0'
  1118.         OnChange = Edit22Change
  1119.       end
  1120.       object UpDown15: TUpDown
  1121.         Left = 219
  1122.         Top = 141
  1123.         Width = 15
  1124.         Height = 21
  1125.         Associate = Edit26
  1126.         Min = 0
  1127.         Increment = 10
  1128.         Position = 0
  1129.         TabOrder = 2
  1130.         Thousands = False
  1131.         Wrap = False
  1132.       end
  1133.     end
  1134.     object TabSheet8: TTabSheet
  1135.       Tag = 8
  1136.       Caption = 'Lens'
  1137.       object GroupBox5: TGroupBox
  1138.         Left = 8
  1139.         Top = 8
  1140.         Width = 385
  1141.         Height = 129
  1142.         Caption = ' Lens '
  1143.         TabOrder = 0
  1144.         object Label29: TLabel
  1145.           Left = 8
  1146.           Top = 70
  1147.           Width = 31
  1148.           Height = 13
  1149.           Caption = 'Width:'
  1150.         end
  1151.         object Label30: TLabel
  1152.           Left = 8
  1153.           Top = 95
  1154.           Width = 34
  1155.           Height = 13
  1156.           Caption = 'Height:'
  1157.         end
  1158.         object Label32: TLabel
  1159.           Left = 8
  1160.           Top = 22
  1161.           Width = 21
  1162.           Height = 13
  1163.           Caption = 'Left:'
  1164.         end
  1165.         object Label33: TLabel
  1166.           Left = 8
  1167.           Top = 46
  1168.           Width = 22
  1169.           Height = 13
  1170.           Caption = 'Top:'
  1171.         end
  1172.         object Label31: TLabel
  1173.           Left = 144
  1174.           Top = 22
  1175.           Width = 52
  1176.           Height = 13
  1177.           Caption = 'Refraction:'
  1178.         end
  1179.         object Edit27: TEdit
  1180.           Left = 64
  1181.           Top = 19
  1182.           Width = 41
  1183.           Height = 21
  1184.           TabOrder = 0
  1185.           Text = '0'
  1186.           OnChange = Edit27Change
  1187.         end
  1188.         object UpDown16: TUpDown
  1189.           Left = 105
  1190.           Top = 19
  1191.           Width = 15
  1192.           Height = 21
  1193.           Associate = Edit27
  1194.           Min = 0
  1195.           Max = 32767
  1196.           Increment = 10
  1197.           Position = 0
  1198.           TabOrder = 1
  1199.           Thousands = False
  1200.           Wrap = False
  1201.         end
  1202.         object UpDown17: TUpDown
  1203.           Left = 105
  1204.           Top = 43
  1205.           Width = 15
  1206.           Height = 21
  1207.           Associate = Edit28
  1208.           Min = 0
  1209.           Max = 32767
  1210.           Increment = 10
  1211.           Position = 0
  1212.           TabOrder = 2
  1213.           Thousands = False
  1214.           Wrap = False
  1215.         end
  1216.         object Edit28: TEdit
  1217.           Left = 64
  1218.           Top = 43
  1219.           Width = 41
  1220.           Height = 21
  1221.           TabOrder = 3
  1222.           Text = '0'
  1223.           OnChange = Edit27Change
  1224.         end
  1225.         object Edit29: TEdit
  1226.           Left = 64
  1227.           Top = 67
  1228.           Width = 41
  1229.           Height = 21
  1230.           TabOrder = 4
  1231.           Text = '0'
  1232.           OnChange = Edit27Change
  1233.         end
  1234.         object UpDown18: TUpDown
  1235.           Left = 105
  1236.           Top = 67
  1237.           Width = 15
  1238.           Height = 21
  1239.           Associate = Edit29
  1240.           Min = 0
  1241.           Max = 32767
  1242.           Increment = 10
  1243.           Position = 0
  1244.           TabOrder = 5
  1245.           Thousands = False
  1246.           Wrap = False
  1247.         end
  1248.         object Edit30: TEdit
  1249.           Left = 64
  1250.           Top = 91
  1251.           Width = 41
  1252.           Height = 21
  1253.           TabOrder = 6
  1254.           Text = '0'
  1255.           OnChange = Edit27Change
  1256.         end
  1257.         object UpDown19: TUpDown
  1258.           Left = 105
  1259.           Top = 91
  1260.           Width = 15
  1261.           Height = 21
  1262.           Associate = Edit30
  1263.           Min = 0
  1264.           Max = 32767
  1265.           Increment = 10
  1266.           Position = 0
  1267.           TabOrder = 7
  1268.           Thousands = False
  1269.           Wrap = False
  1270.         end
  1271.         object UpDown20: TUpDown
  1272.           Left = 247
  1273.           Top = 19
  1274.           Width = 15
  1275.           Height = 21
  1276.           Associate = Edit31
  1277.           Min = 0
  1278.           Max = 32767
  1279.           Position = 0
  1280.           TabOrder = 8
  1281.           Thousands = False
  1282.           Wrap = False
  1283.         end
  1284.         object Edit31: TEdit
  1285.           Left = 206
  1286.           Top = 19
  1287.           Width = 41
  1288.           Height = 21
  1289.           TabOrder = 9
  1290.           Text = '0'
  1291.           OnChange = Edit27Change
  1292.         end
  1293.       end
  1294.     end
  1295.     object TabSheet9: TTabSheet
  1296.       Tag = 9
  1297.       Caption = 'Wave'
  1298.       object GroupBox6: TGroupBox
  1299.         Left = 8
  1300.         Top = 8
  1301.         Width = 385
  1302.         Height = 153
  1303.         Caption = ' Wave '
  1304.         TabOrder = 0
  1305.         object Label34: TLabel
  1306.           Left = 12
  1307.           Top = 22
  1308.           Width = 49
  1309.           Height = 13
  1310.           Caption = 'Amplitude:'
  1311.         end
  1312.         object Label35: TLabel
  1313.           Left = 12
  1314.           Top = 54
  1315.           Width = 64
  1316.           Height = 13
  1317.           Caption = 'Wave length:'
  1318.         end
  1319.         object Label36: TLabel
  1320.           Left = 12
  1321.           Top = 86
  1322.           Width = 33
  1323.           Height = 13
  1324.           Caption = 'Phase:'
  1325.         end
  1326.         object Edit32: TEdit
  1327.           Left = 128
  1328.           Top = 19
  1329.           Width = 41
  1330.           Height = 21
  1331.           TabOrder = 0
  1332.           Text = '0'
  1333.           OnChange = Edit32Change
  1334.         end
  1335.         object UpDown21: TUpDown
  1336.           Left = 169
  1337.           Top = 19
  1338.           Width = 15
  1339.           Height = 21
  1340.           Associate = Edit32
  1341.           Min = 0
  1342.           Max = 32767
  1343.           Position = 0
  1344.           TabOrder = 1
  1345.           Thousands = False
  1346.           Wrap = False
  1347.         end
  1348.         object UpDown22: TUpDown
  1349.           Left = 169
  1350.           Top = 51
  1351.           Width = 15
  1352.           Height = 21
  1353.           Associate = Edit33
  1354.           Min = 0
  1355.           Max = 32767
  1356.           Position = 0
  1357.           TabOrder = 2
  1358.           Thousands = False
  1359.           Wrap = False
  1360.         end
  1361.         object Edit33: TEdit
  1362.           Left = 128
  1363.           Top = 51
  1364.           Width = 41
  1365.           Height = 21
  1366.           TabOrder = 3
  1367.           Text = '0'
  1368.           OnChange = Edit32Change
  1369.         end
  1370.         object Edit34: TEdit
  1371.           Left = 128
  1372.           Top = 83
  1373.           Width = 41
  1374.           Height = 21
  1375.           TabOrder = 4
  1376.           Text = '0'
  1377.           OnChange = Edit32Change
  1378.         end
  1379.         object UpDown23: TUpDown
  1380.           Left = 169
  1381.           Top = 83
  1382.           Width = 15
  1383.           Height = 21
  1384.           Associate = Edit34
  1385.           Min = 0
  1386.           Max = 359
  1387.           Position = 0
  1388.           TabOrder = 5
  1389.           Thousands = False
  1390.           Wrap = False
  1391.         end
  1392.         object CheckBox2: TCheckBox
  1393.           Left = 10
  1394.           Top = 118
  1395.           Width = 129
  1396.           Height = 17
  1397.           Alignment = taLeftJustify
  1398.           Caption = 'Reflective'
  1399.           TabOrder = 6
  1400.           OnClick = Edit32Change
  1401.         end
  1402.       end
  1403.     end
  1404.     object TabSheet10: TTabSheet
  1405.       Tag = 10
  1406.       Caption = 'Morph filters'
  1407.       object GroupBox7: TGroupBox
  1408.         Left = 8
  1409.         Top = 8
  1410.         Width = 385
  1411.         Height = 161
  1412.         Caption = ' Morph filters '
  1413.         TabOrder = 0
  1414.         object Label37: TLabel
  1415.           Left = 8
  1416.           Top = 24
  1417.           Width = 25
  1418.           Height = 13
  1419.           Caption = 'Filter:'
  1420.         end
  1421.         object Label38: TLabel
  1422.           Left = 176
  1423.           Top = 24
  1424.           Width = 63
  1425.           Height = 13
  1426.           Caption = 'Window size:'
  1427.         end
  1428.         object ListBox2: TListBox
  1429.           Left = 56
  1430.           Top = 24
  1431.           Width = 113
  1432.           Height = 81
  1433.           ItemHeight = 13
  1434.           TabOrder = 0
  1435.           OnClick = Edit35Change
  1436.         end
  1437.         object Edit35: TEdit
  1438.           Left = 280
  1439.           Top = 21
  1440.           Width = 41
  1441.           Height = 21
  1442.           TabOrder = 1
  1443.           Text = '1'
  1444.           OnChange = Edit35Change
  1445.         end
  1446.         object UpDown24: TUpDown
  1447.           Left = 321
  1448.           Top = 21
  1449.           Width = 15
  1450.           Height = 21
  1451.           Associate = Edit35
  1452.           Min = 1
  1453.           Max = 64
  1454.           Position = 1
  1455.           TabOrder = 2
  1456.           Thousands = False
  1457.           Wrap = False
  1458.         end
  1459.       end
  1460.     end
  1461.     object TabSheet11: TTabSheet
  1462.       Caption = 'Rotate'
  1463.       object LabelFlip: TLabel
  1464.         Left = 8
  1465.         Top = 76
  1466.         Width = 16
  1467.         Height = 13
  1468.         Caption = 'Flip'
  1469.       end
  1470.       object SpeedButtonFlipHor: TSpeedButton
  1471.         Left = 77
  1472.         Top = 72
  1473.         Width = 102
  1474.         Height = 25
  1475.         Hint = 'Flip Horizontally'
  1476.         AllowAllUp = True
  1477.         GroupIndex = 5
  1478.         Caption = 'Horizontally'
  1479.         Glyph.Data = {
  1480.           76010000424D7601000000000000760000002800000020000000100000000100
  1481.           0400000000000001000000000000000000001000000010000000000000000000
  1482.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  1483.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1484.           3333333333333333333333333333333333333333333333333333333333333333
  1485.           333333333333333333333333333333333333333333F333F33333333330333033
  1486.           33333333F833383FF333333009333900333333F8833333883FF3300999333999
  1487.           0033388333333333883F099999333999990383FF333333333F83300999333999
  1488.           00333883FF33333F88333330093339003333333883F333883333333330333033
  1489.           3333333338333833333333333333333333333333333333333333333333333333
  1490.           3333333333333333333333333333333333333333333333333333333333333333
  1491.           3333333333333333333333333333333333333333333333333333}
  1492.         NumGlyphs = 2
  1493.         ParentShowHint = False
  1494.         ShowHint = False
  1495.         OnClick = SpeedButtonFlipHorClick
  1496.       end
  1497.       object SpeedButtonFlipVer: TSpeedButton
  1498.         Left = 193
  1499.         Top = 72
  1500.         Width = 102
  1501.         Height = 25
  1502.         Hint = 'Flip Vertically'
  1503.         AllowAllUp = True
  1504.         GroupIndex = 6
  1505.         Caption = 'Vertically'
  1506.         Glyph.Data = {
  1507.           76010000424D7601000000000000760000002800000020000000100000000100
  1508.           0400000000000001000000000000000000001000000010000000000000000000
  1509.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  1510.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  1511.           3333333333383F33333333333309033333333333338F8F333333333333090333
  1512.           33333333338383F333333333309990333333333338F338F33333333330999033
  1513.           333333333833383F333333330999990333333333833333833333333333333333
  1514.           3333333333333333333333333333333333333333333333333333333333333333
  1515.           333333333F33333F33333333099999033333333383F333833333333330999033
  1516.           3333333338F338F3333333333099903333333333383F38333333333333090333
  1517.           33333333338F8F33333333333309033333333333338383333333333333303333
  1518.           3333333333383333333333333333333333333333333333333333}
  1519.         NumGlyphs = 2
  1520.         ParentShowHint = False
  1521.         ShowHint = False
  1522.         OnClick = SpeedButtonFlipHorClick
  1523.       end
  1524.       object LabelRotate: TLabel
  1525.         Left = 8
  1526.         Top = 23
  1527.         Width = 35
  1528.         Height = 13
  1529.         Caption = '&Rotate:'
  1530.         FocusControl = EditRotate
  1531.       end
  1532.       object TrackBarRotate: TTrackBar
  1533.         Left = 128
  1534.         Top = 17
  1535.         Width = 267
  1536.         Height = 18
  1537.         Max = 18000
  1538.         Min = -18000
  1539.         Orientation = trHorizontal
  1540.         Frequency = 500
  1541.         Position = 0
  1542.         SelEnd = 0
  1543.         SelStart = 0
  1544.         TabOrder = 0
  1545.         TickMarks = tmBottomRight
  1546.         TickStyle = tsAuto
  1547.         OnChange = TrackBarRotateChange
  1548.       end
  1549.       object EditRotate: TEdit
  1550.         Left = 77
  1551.         Top = 20
  1552.         Width = 52
  1553.         Height = 21
  1554.         TabOrder = 1
  1555.         Text = '0'
  1556.         OnChange = EditRotateChange
  1557.       end
  1558.     end
  1559.     object TabSheet12: TTabSheet
  1560.       Caption = 'FFT'
  1561.       object GroupBox8: TGroupBox
  1562.         Left = 8
  1563.         Top = 8
  1564.         Width = 233
  1565.         Height = 180
  1566.         Caption = ' Frequency domain image '
  1567.         TabOrder = 0
  1568.         object ImageEnView1: TImageEnView
  1569.           Left = 2
  1570.           Top = 15
  1571.           Width = 229
  1572.           Height = 153
  1573.           ParentCtl3D = False
  1574.           BorderStyle = bsNone
  1575.           ScrollBars = ssBoth
  1576.           Center = True
  1577.           MouseInteract = [miZoom, miSelect]
  1578.           SelectionBase = iesbBitmap
  1579.           Align = alClient
  1580.           TabOrder = 0
  1581.         end
  1582.         object ProgressBar1: TProgressBar
  1583.           Left = 2
  1584.           Top = 168
  1585.           Width = 229
  1586.           Height = 10
  1587.           Align = alBottom
  1588.           Min = 0
  1589.           Max = 100
  1590.           TabOrder = 1
  1591.         end
  1592.       end
  1593.       object Clear: TButton
  1594.         Left = 247
  1595.         Top = 13
  1596.         Width = 75
  1597.         Height = 25
  1598.         Caption = 'Clear'
  1599.         TabOrder = 1
  1600.         OnClick = ClearClick
  1601.       end
  1602.       object Button7: TButton
  1603.         Left = 247
  1604.         Top = 45
  1605.         Width = 75
  1606.         Height = 25
  1607.         Caption = 'Reset'
  1608.         TabOrder = 2
  1609.         OnClick = Button7Click
  1610.       end
  1611.       object CheckBox1: TCheckBox
  1612.         Left = 249
  1613.         Top = 85
  1614.         Width = 97
  1615.         Height = 17
  1616.         Caption = 'Gray scale'
  1617.         Checked = True
  1618.         State = cbChecked
  1619.         TabOrder = 3
  1620.         OnClick = CheckBox1Click
  1621.       end
  1622.     end
  1623.   end
  1624.   object Button6: TButton
  1625.     Left = 206
  1626.     Top = 65
  1627.     Width = 21
  1628.     Height = 25
  1629.     Hint = 'Copy Result to Source'
  1630.     Caption = '<<'
  1631.     ParentShowHint = False
  1632.     ShowHint = True
  1633.     TabOrder = 3
  1634.     Visible = False
  1635.     OnClick = Button6Click
  1636.   end
  1637.   object Button3: TButton
  1638.     Left = 432
  1639.     Top = 76
  1640.     Width = 87
  1641.     Height = 23
  1642.     Caption = '&Preview'
  1643.     TabOrder = 4
  1644.     Visible = False
  1645.     OnClick = Button3Click
  1646.   end
  1647.   object ImageEn1: TImageEn
  1648.     Left = 9
  1649.     Top = 17
  1650.     Width = 191
  1651.     Height = 135
  1652.     Cursor = 1782
  1653.     ParentCtl3D = False
  1654.     OnViewChange = ImageEn1ViewChange
  1655.     Center = True
  1656.     MouseInteract = [miZoom, miScroll]
  1657.     TabOrder = 5
  1658.     PreviewFont.Charset = DEFAULT_CHARSET
  1659.     PreviewFont.Color = clWindowText
  1660.     PreviewFont.Height = -11
  1661.     PreviewFont.Name = 'MS Sans Serif'
  1662.     PreviewFont.Style = []
  1663.   end
  1664.   object ImageEn2: TImageEn
  1665.     Left = 233
  1666.     Top = 17
  1667.     Width = 191
  1668.     Height = 135
  1669.     Cursor = 1780
  1670.     ParentCtl3D = False
  1671.     Center = True
  1672.     TabOrder = 6
  1673.     OnMouseDown = ImageEn2MouseUp
  1674.     OnMouseUp = ImageEn2MouseUp
  1675.     AutoUndo = False
  1676.     PreviewFont.Charset = DEFAULT_CHARSET
  1677.     PreviewFont.Color = clWindowText
  1678.     PreviewFont.Height = -11
  1679.     PreviewFont.Name = 'MS Sans Serif'
  1680.     PreviewFont.Style = []
  1681.   end
  1682.   object OpenDialog1: TOpenDialog
  1683.     DefaultExt = 'flt'
  1684.     Filter = 'Filter (*.flt)|*.flt'
  1685.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  1686.     Title = 'Load filter'
  1687.     Left = 336
  1688.     Top = 59
  1689.   end
  1690.   object SaveDialog1: TSaveDialog
  1691.     DefaultExt = 'flt'
  1692.     Filter = 'Filter (*.flt)|*.flt'
  1693.     Options = [ofHideReadOnly, ofPathMustExist]
  1694.     Title = 'Save filter'
  1695.     Left = 264
  1696.     Top = 58
  1697.   end
  1698.   object ImageEnProc1: TImageEnProc
  1699.     AttachedImageEn = ImageEn1
  1700.     AutoUndo = False
  1701.     Background = clBtnFace
  1702.     PreviewFont.Charset = DEFAULT_CHARSET
  1703.     PreviewFont.Color = clWindowText
  1704.     PreviewFont.Height = -11
  1705.     PreviewFont.Name = 'MS Sans Serif'
  1706.     PreviewFont.Style = []
  1707.     Left = 280
  1708.     Top = 121
  1709.   end
  1710.   object ImageEnProc2: TImageEnProc
  1711.     AttachedImageEn = ImageEnView1
  1712.     Background = clBtnFace
  1713.     OnProgress = ImageEnProc2Progress
  1714.     PreviewFont.Charset = DEFAULT_CHARSET
  1715.     PreviewFont.Color = clWindowText
  1716.     PreviewFont.Height = -11
  1717.     PreviewFont.Name = 'MS Sans Serif'
  1718.     PreviewFont.Style = []
  1719.     Left = 118
  1720.     Top = 270
  1721.   end
  1722. end
  1723.